From: Richard M. Stallman Date: Mon, 16 Aug 2004 22:44:56 +0000 (+0000) Subject: (compilation-mode): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21389 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=142ce8cac662bb148992894771a7662e286931e3;p=emacs.git (compilation-mode): Doc fix. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 033ce883e5f..32fa246b9f6 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1101,7 +1101,9 @@ from a different message." move point to the error message line and type \\[compile-goto-error]. To kill the compilation, type \\[kill-compilation]. -Runs `compilation-mode-hook' with `run-hooks' (which see)." +Runs `compilation-mode-hook' with `run-hooks' (which see). + +\\{compilation-mode-map}" (interactive) (kill-all-local-variables) (use-local-map compilation-mode-map)